home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / coma_140.lzh / COMA_140 / DEVELOP / COMA_DRV.H next >
Text File  |  1993-10-31  |  265b  |  10 lines

  1. /* CoMa Fax Treiber (c) by SOFTBÄR  */
  2.  
  3. int coma_clear_folder(char *folder);
  4. int coma_open_file(char *folder, char *name);
  5. int coma_pixelline(char *pixel);
  6. int coma_close_file(void);
  7.  
  8. #define NO_PATH      -1
  9. #define CREATE_ERROR -2
  10. #define WRITE_ERROR  -3